home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8768 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  630 b 

  1. Path: naples-5.slip.uiuc.edu!user
  2. From: bwood@uiuc.edu (Brett Wood)
  3. Newsgroups: comp.lang.c,comp.lang.fortran
  4. Subject: Mac F2C: +E1 option switch?
  5. Date: Wed, 06 Mar 1996 00:17:26 -0600
  6. Organization: University of Illinois
  7. Message-ID: <bwood-0603960017260001@naples-5.slip.uiuc.edu>
  8. NNTP-Posting-Host: naples-5.slip.uiuc.edu
  9.  
  10. I am trying to compile a program which requires using the +E1 switch during
  11. compilation.  In Unix, I merely do this:
  12.    f77 program.f +E1 -o program
  13. However, in Mac F2C, you can only enter options with a '-' preceding them, so
  14. I can't use '+E1'.  Are there any solutions to this problem?
  15.  
  16. TIA, Brett Wood
  17.